github.com/gotd/ige.ige.block (field)
5 uses
github.com/gotd/ige (current package)
decrypt.go#L25: return i.block.BlockSize()
decrypt.go#L29: DecryptBlocks(i.block, i.iv, dst, src)
encrypt.go#L25: return i.block.BlockSize()
encrypt.go#L29: EncryptBlocks(i.block, i.iv, dst, src)
ige.go#L28: block cipher.Block
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |